home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMEVALUATEVAR / TFRMEVALUATEVAR.txt
Encoding:
Text File  |  2003-01-14  |  1.0 KB  |  57 lines

  1. inherited frmEvaluateVar: TfrmEvaluateVar
  2.   HorzScrollBar.Range = 0
  3.   VertScrollBar.Range = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'Evaluate'
  6.   ClientHeight = 92
  7.   ClientWidth = 312
  8.   OldCreateOrder = True
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   inherited spdPVar: TSpeedButton
  13.     Left = 164
  14.     Top = 8
  15.   end
  16.   object lblVarComboTitle: TLabel [1]
  17.     Left = 8
  18.     Top = 8
  19.     Width = 132
  20.     Height = 13
  21.     Caption = 'Select &variable to evaluate:'
  22.     FocusControl = cboVars
  23.   end
  24.   object cboVars: TComboBox [2]
  25.     Left = 8
  26.     Top = 28
  27.     Width = 297
  28.     Height = 21
  29.     ItemHeight = 13
  30.     TabOrder = 0
  31.   end
  32.   object comOk: TButton [3]
  33.     Left = 60
  34.     Top = 60
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Ok'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 1
  41.   end
  42.   object comCancel: TButton [4]
  43.     Left = 160
  44.     Top = 60
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52.   inherited IvTranslator1: TIvTranslator
  53.     Left = 116
  54.     Top = 0
  55.   end
  56. end
  57.